Welcome![Sign In][Sign Up]
Location:
Search - java android

Search list

[androidSQLite

Description: Android的数据存储操作:SharedPreferences存储、SQLite存储方式、ContentProvider介绍-Android' s data storage operations: SharedPreferences storage, SQLite storage mode, ContentProvider Introduction
Platform: | Size: 206848 | Author: yuanyong | Hits:

[JSP/Javaex07_1_button

Description: java android activity例程-java android activity
Platform: | Size: 34816 | Author: leo | Hits:

[androidMine

Description: Android 扫雷游戏源代码,代码中附加了详细的注释,另附加Ophone游戏开发文档,有详细搭建开发环境过程,与开发Android类似-Android mine game source code, code attached detailed notes, and the other documents attached Ophone game development, process development environment set up in detail, and the development of similar Android
Platform: | Size: 2933760 | Author: xiao | Hits:

[androidtank

Description: android 坦克大战源码 ,很好的android学习资料,很值得学习哦-android sees the source, android good learning materials, it is worth learning oh
Platform: | Size: 31744 | Author: xiaoliao | Hits:

[androidSQLTest

Description: android 数据库 SQLite 学习 增删改查功能-SQLite for android
Platform: | Size: 65536 | Author: yangdu | Hits:

[androidytpbk

Description: android 2.0 下平台下非常眩的界面-Under the android platform very dizzy interface
Platform: | Size: 627712 | Author: 胡家宝 | Hits:

[androidandroid-sdk_r05-linux_86.tar

Description: 这是android的sdk开发库,是支持java的.android-sdk-linux_86-The Android SDK archive now only contains the tools. It no longer comes populated with a specific Android platform or Google add-on. Instead you use the SDK Manager to install or update SDK components such as platforms, tools, add-ons, and documentation. In order to start developing applications, you must install at least one version of the Android platform using the SDK Manager. This requires an Internet connection, so if you plan to use the SDK offline, please make sure to download the necessary components while online. To start the SDK Manager, please execute the program "tools/android".
Platform: | Size: 16208896 | Author: 搞搞 | Hits:

[JSP/JavaZXing-1.5

Description: ZXing是一个Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 -ZXing is a Java class library for parsing multi-format 1D/2D barcode. Goal is to be able to QR codes, Data Matrix, UPC of 1D bar code decoding. It provides a variety of client platforms, including: J2ME, J2SE, and Android.
Platform: | Size: 43271168 | Author: lyswy | Hits:

[JSP/Javaex08_1_SQLite

Description: android 系统 数据库应用实例。 在google android 操作系统上对数据库的使用和管理。-android application example database. Google android operating system in use and management of the database.
Platform: | Size: 49152 | Author: jinelin | Hits:

[androidSoruce_Code_Of_Secret_Of_Android_Application_Devel

Description: 《Android应用开发揭秘》本书内容全面、循序渐进、深入浅出,实战性强,权威性毋庸置疑!全书一共分为5个部分:第一部分是准备篇,第二部分是基础篇,讲解了Android开发的相关知识,第三部分是实例篇,第四部分是高级篇,第五部分是扩展篇。-" Android Application Development Hood" of the book is comprehensive, step by step, easy to understand, combat and strong, authoritative doubt! The book is divided into a total of five parts: The first part is to prepare papers, articles based on the second part is to explain the Android development of knowledge, the third part is the instance of the article, the fourth part is the advanced part, Part V is to expand articles.
Platform: | Size: 28959744 | Author: | Hits:

[androidandroid

Description: Android应用框架原理与程序设计36技(高焕堂着、简体版).pdf-Android application framework design principles and procedures of 36 technology (high-Hwan Church was, simplified version). Pdf
Platform: | Size: 5948416 | Author: tian | Hits:

[androidGoogleAndroidSDK

Description: Google Android SDK开发范例大全(完整版) 里面有很多很详细的实例,对开发android应用程序非常有帮助-Google Android SDK development examples of documents (full version) there are many examples of very detailed, on the development of android applications very helpful
Platform: | Size: 53903360 | Author: guibin | Hits:

[androidFileIO

Description: android 下的文件读写操作源码,可供入门学习-android source code under the file read and write operations, for entry-learning
Platform: | Size: 25600 | Author: | Hits:

[androidMusic

Description: android的音乐播放器功能,可在eclipse和linux下编译通过。-android' s music player function, and in eclipse under linux compile.
Platform: | Size: 500736 | Author: james | Hits:

[androidAndroidydkfalym

Description: Android移动开发案例详解 源代码(Java)-Case Xiangjie Android source mobile development(Java)
Platform: | Size: 13703168 | Author: 357702067 | Hits:

[androidAndroid_SDK_Examples_sourse_code

Description: 《Google Android SDK开发范例大全》全部范例源码,对初中级的来说还是很不错的哦。 -" Google Android SDK development of examples of documents," all source code of the examples, pretty good for learners of middle class
Platform: | Size: 20762624 | Author: vera.cj | Hits:

[androidPopupWindow

Description: android自定义弹出窗口的实现,对于作出自己特色效果的界面有一定帮助。-android implementation of a custom pop-up window for the effect of making its own characteristics, the interface has some help.
Platform: | Size: 289792 | Author: Android | Hits:

[Streaming Mpeg4H264Android_code

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Platform: | Size: 650240 | Author: caoliang | Hits:

[Game ProgramAugmentedRealityExample.java

Description: Augmented Reality Example for Android
Platform: | Size: 1024 | Author: omni | Hits:

[androidandroidapp

Description: android 开发实例 1、 图片浏览器(Picture Viewer) 2 、文件浏览器(File Browser) 3 、通讯录(Contact) 4 、任务管理器(Task Manager) 5 、音乐播放器(Rock Player) 6 、天气预报(Android Weather Forecast) 7 、多媒体播放器(Android Media Player) 8、短信语音播报(Speak Message Service) 9、手机远程监控(Cam Monitor) 10、贪吃蛇游戏(Snake) -android development example 1, photo viewer (Picture Viewer) 2, file browser (File Browser) 3, Contacts (Contact) 4, Task Manager (Task Manager) 5, music player (Rock Player) 6, weather forecast (Android Weather Forecast) 7, multimedia player (Android Media Player) 8, SMS voice broadcast (Speak Message Service) 9, cell phone remote control (Cam Monitor) 10, Snake (Snake)
Platform: | Size: 3103744 | Author: will | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net